home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CUGUK / COMMS / C035.ZIP / OLD_JMOD / REV111.DOC < prev    next >
Text File  |  1991-02-05  |  1KB  |  23 lines

  1.  
  2.     30-SEPT-1988            Richard B. Johnson V1.11
  3.     Added a lot of code to compensate for the incorrect way some BBS
  4.     programs load and execute this program. Instead of using the DOS
  5.     function 4BH function of INT 21H, to load/execute a program, these
  6.     poorly-written programs load the program as a data file and jump to
  7.     it. This is resulting in system crashes that I am getting blamed for.
  8.     The new routines save the entire machine state, all registers, and all
  9.     memory that may be modified by the execution of the program. The
  10.     contents of the segment used (presumably somebody's code) is written
  11.     to a file, "VIRTUAL.MEM", then restored when the program exits. You
  12.     must set the conditional "BAD_BBS" to true and re-compile to make this
  13.     take effect.
  14.  
  15.     Added environment logical JMODEM_SCR=MONO
  16.                   JMODEM_SCR=COLOR
  17.  
  18.     To placate those who have both color and BW boards installed with
  19.     incorrectly-set baseboard switches. JMODEM had no way of knowing where
  20.     to write the status block in this case. Now you can force JMODEM to
  21.     write the status block wherever you want.
  22.  
  23.